projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed98559
)
Re-enable gggl-lies
author
Daniel Sabo
<DanielSabo@gmail.com>
Tue, 30 Apr 2013 01:10:25 +0000
(18:10 -0700)
committer
Daniel Sabo
<DanielSabo@gmail.com>
Tue, 30 Apr 2013 01:18:12 +0000
(18:18 -0700)
It was not the source of the troubles I had blamed it for.
extensions/gggl-lies.c
patch
|
blob
|
history
diff --git
a/extensions/gggl-lies.c
b/extensions/gggl-lies.c
index 058ec8ee1b993e8c529aeac55667c634e256d521..47a973b7c8c32751a1e0d01db429fc73b41b5428 100644
(file)
--- a/
extensions/gggl-lies.c
+++ b/
extensions/gggl-lies.c
@@
-1564,7
+1564,6
@@
int init (void);
int
init (void)
{
-#if 0
const Babl *rgbaF = babl_format_new (
babl_model ("RGBA"),
babl_type ("float"),
@@
-1759,7
+1758,6
@@
init (void)
o (rgb8, rgbA8);
o (rgba8, rgb8);
o (rgbaF, rgbA8);
-#endif
return 0;
}